##   ___________		     _________		      _____  __
##   \_	  _____/______   ____   ____ \_   ___ \____________ _/ ____\/  |_
##    |    __) \_  __ \_/ __ \_/ __ \/    \  \/\_  __ \__  \\   __\\   __\ 
##    |     \   |  | \/\  ___/\  ___/\     \____|  | \// __ \|  |   |  |
##    \___  /   |__|    \___  >\___  >\______  /|__|  (____  /__|   |__|
##	  \/		    \/	   \/	     \/		   \/
##  ______________________                           ______________________
##			  T H E   W A R   B E G I N S
##	   FreeCraft - A free fantasy real time strategy game engine
##
##	Makefile	-	The make file (3 level).
##
##	(c) Copyright 1998,2000 by Lutz Sammer
##
##	$Id: Makefile,v 1.4 2000/06/03 23:22:22 johns Exp $
##

TOPDIR	= ../..

include $(TOPDIR)/Rules.make

MODULE	= video
OBJS	= video.$(OE) cursor.$(OE) sprite.$(OE) \
	  graphic.$(OE) linedraw.$(OE) font.$(OE) png.$(OE) \
	  sdl.$(OE) new_X11.$(OE) X11.$(OE) svgalib.$(OE) 

include $(TOPDIR)/Common.mk
